home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / 422mods.zip / MYTHOS1.422 < prev    next >
Text File  |  1993-02-18  |  2KB  |  66 lines

  1. MYTHOS1.422   [Fixes bug in v4.22 -- ReEntering Real Name]
  2. Zeus #1 @16985
  3. Sun Feb 14 20:03:36 1993
  4. ┌────────────────────────────────────────────────────────────────────────────┐
  5. │ Mod Name: MYTHOS1.422                   Mod Author: Zeus                   │
  6. │ Difficulty: Ummm, Huh?                  Date: 02/14/93                     │
  7. │ WWIV Version: 4.22                                                         │
  8. │ Description: Well, In WWIV v4.22, You can force a user to re-enter thier   │
  9. │ real name.  And... It doesn't Work, (Cheap Huh?)  This Fixes it!           │
  10. └────────────────────────────────────────────────────────────────────────────┘
  11.  
  12.                      Key
  13.               ┌──────────────────────┐
  14.               │==  Existing Line     │
  15.               │++  Add Line          │
  16.               │--  Delete Line       │
  17.               │&&  Modify Line       │
  18.               │∩∩  Go Play Horseshoes│
  19.               │$$  Send a Donation   │
  20.               └──────────────────────┘
  21.  
  22. Step 1 ──  BACK UP YOUR SOURCE!  hehe, j/k.  If you so dumb you screw this
  23.        modification up.  You don't deserve to...  Well, you understand.
  24.  
  25. Step 2 ──  Open Up LILO.C And do the following...
  26.  
  27. ==           nl();
  28. ==      outstr(s);
  29. ==      outstr(get_string(376));
  30. ==      if (!yn())
  31. ==        thisuser.year=0;
  32. ==      } while ((!hangup) && (thisuser.year==0));
  33. ==    }
  34. ==    if (syscfg.sysconfig & sysconfig_extended_info) {
  35. ++      if (!thisuser.realname[0])        /* MYTHOS1.422 */
  36. ++        input_realname();               /* MYTHOS1.422 */
  37. ==      if (!thisuser.street[0])
  38. ==        input_street();
  39. ==      if (!thisuser.city[0])
  40. ==      input_city();
  41. ==      if (!thisuser.state[0])
  42. ==        input_state();
  43.  
  44. Step 3 ──  Save the file, And Compile.  If you have a 40+ mhz computer
  45.        go to step 5.  If not, go to step 4.
  46.  
  47. Step 4 ──  ∩∩
  48.  
  49. Step 5 ──  $$
  50.  
  51.  
  52. Disclaimer ── If you are forced to watch Andy Griffith Re-runs, or pull
  53.           spaghetti through your nose, it's not my fault.
  54.  
  55. Ending Comments ── If you have any questions, comments, complaints, donations
  56.            or suggestions, E-Mail me at one of the following
  57.            addresses...
  58.  
  59. 1@16985  WWIVLink
  60.  
  61.     (Ok so I only have one for now)
  62.  
  63.  
  64.  
  65.  
  66.